libxl: remove xs_writev function
authorIan Campbell <ian.campbell@citrix.com>
Wed, 13 Oct 2010 10:54:04 +0000 (11:54 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 13 Oct 2010 10:54:04 +0000 (11:54 +0100)
commitf51aae032a452ffdbbe69aa53b11e350bd2ed072
treea3a60480e6876a1ff7717d3e342547445bc53863
parentab223ad3d65f6f3a822df69eb2b24e786c3a888d
libxl: remove xs_writev function

It isn't actually being used to write a vector at the only callsite
and can easily be implemented using xs_write.

Furthermore the old implementation used to leak both the key and value
strings.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
committer: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_xshelp.c